home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
m2
/
m2_part1.lha
/
modula
/
dice
/
dice.LHA
/
include
/
alloca.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-02-17
|
203b
|
17 lines
/*
* ALLOCA.H
*
* (c)Copyright 1990, Matthew Dillon, All Rights Reserved
*/
#ifndef _ALLOCA_H
#define _ALLOCA_H
extern __regargs void *_dice_alloca(long);
#define alloca _dice_alloca
#endif